Skip to content

Support requests between APIs within the cluster #1503

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 6, 2020

Conversation

deliahu
Copy link
Member

@deliahu deliahu commented Oct 28, 2020

closes #1241


checklist:

  • run make test and make lint
  • test manually (i.e. build/push all images, restart operator, and re-deploy APIs)
  • update docs and add any new files to summary.md (view in gitbook after merging)

@@ -532,3 +532,20 @@ def predict(self, payload):
content=data, media_type="text/plain")
return response
```

## Chaining APIs
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me know if you prefer a different title, I wasn't sure what to go with

@vishalbollu vishalbollu merged commit 3ca3000 into master Nov 6, 2020
@vishalbollu vishalbollu deleted the in-cluster-requests branch November 6, 2020 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow predictors to make internal requests to other APIs
3 participants